home *** CD-ROM | disk | FTP | other *** search
/ CICA 1995 August / CICA - The Ultimate Collection of Shareware for Windows (Disc 2) (August 1995).iso / disc2 / patches / symantec / src611.exe / SRCUPDAT.TXT < prev    next >
Text File  |  1994-04-15  |  1KB  |  22 lines

  1. Changes in the Symantec C++ version 6.11  Library Sources
  2.  
  3. 1. Fixes a bug where _fmsize in some cases would return a smaller value when
  4.         large(~64K)blocks were called for.
  5. 2. Fixes a bug where dos_blocksize returned zero always.
  6. 3. Adds definition of STKHQQ for Microsoft compatibility.
  7. 4. Adds EOF element back to the _ctype array for improved MS compatibility in
  8.         programs which refer to this external variable rather than using the 
  9.         is* functions.
  10. 5. Fixes a bug where very large strstream buffers(over 21K) did not work.
  11. 6. Fixes a bug where fwrite to stdout and stderr would add 2 CRs(instead of one)
  12.         in front of every line feed.
  13. 7. Fixes a problem where the heap would be damaged if there was very little memory
  14.         available at startup, in the NEAR data model programs.
  15. 8. Fixes a problem where fmalloc/ffree would receive the wrong value in NEAR
  16.         procedure models.
  17. 9.Adds expand, defined equivalent to realloc, for compatibility with Microsoft
  18.         in Windows 16 bit large model. 
  19. 10.Fixes creat, dos_creat, and dos_open in the DOSX library to preserve EBX.
  20. 11.Fixes a problem where DOSX opens without write permission, and was returning
  21.         the wrong file handle.
  22.